func runtime.traceEvent

35 uses

	runtime (current package)
		trace.go#L337: 			traceEvent(traceEvGoCreate, -1, gp.goid, uint64(id), stackID)
		trace.go#L342: 			traceEvent(traceEvGoWaiting, -1, gp.goid)
		trace.go#L347: 			traceEvent(traceEvGoInSyscall, -1, gp.goid)
		trace.go#L356: 			traceEvent(traceEvGoCreate, -1, gp.goid, uint64(id), stackID)
		trace.go#L359: 			traceEvent(traceEvGoInSyscall, -1, gp.goid)
		trace.go#L747: func traceEvent(ev byte, skip int, args ...uint64) {
		trace.go#L1480: 	traceEvent(traceEvGomaxprocs, 1, uint64(procs))
		trace.go#L1484: 	traceEvent(traceEvProcStart, -1, uint64(getg().m.id))
		trace.go#L1493: 	traceEvent(traceEvProcStop, -1)
		trace.go#L1499: 	traceEvent(traceEvGCStart, 3, trace.seqGC)
		trace.go#L1504: 	traceEvent(traceEvGCDone, -1)
		trace.go#L1514: 	traceEvent(traceEvSTWStart, -1, uint64(reason))
		trace.go#L1523: 	traceEvent(traceEvSTWDone, -1)
		trace.go#L1549: 			traceEvent(traceEvGCSweepStart, 1)
		trace.go#L1561: 		traceEvent(traceEvGCSweepDone, -1, uint64(pp.trace.swept), uint64(pp.trace.reclaimed))
		trace.go#L1567: 	traceEvent(traceEvGCMarkAssistStart, 1)
		trace.go#L1571: 	traceEvent(traceEvGCMarkAssistDone, -1)
		trace.go#L1579: 	traceEvent(traceEvGoCreate, 2, newg.goid, uint64(id))
		trace.go#L1587: 		traceEvent(traceEvGoStartLabel, -1, gp.goid, gp.trace.seq, trace.markWorkerLabels[pp.ptr().gcMarkWorkerMode])
		trace.go#L1589: 		traceEvent(traceEvGoStartLocal, -1, gp.goid)
		trace.go#L1592: 		traceEvent(traceEvGoStart, -1, gp.goid, gp.trace.seq)
		trace.go#L1597: 	traceEvent(traceEvGoEnd, -1)
		trace.go#L1603: 	traceEvent(traceEvGoSched, 1)
		trace.go#L1609: 	traceEvent(traceEvGoPreempt, 1)
		trace.go#L1615: 	traceEvent(byte(reason), skip)
		trace.go#L1622: 		traceEvent(traceEvGoUnblockLocal, skip, gp.goid)
		trace.go#L1625: 		traceEvent(traceEvGoUnblock, skip, gp.goid, gp.trace.seq)
		trace.go#L1647: 	traceEvent(traceEvGoSysCall, skip)
		trace.go#L1674: 	traceEvent(traceEvGoSysExit, -1, gp.goid, gp.trace.seq, uint64(ts))
		trace.go#L1683: 	traceEvent(traceEvGoSysBlock, -1)
		trace.go#L1689: 	traceEvent(traceEvHeapAlloc, -1, live)
		trace.go#L1696: 		traceEvent(traceEvHeapGoal, -1, 0)
		trace.go#L1698: 		traceEvent(traceEvHeapGoal, -1, heapGoal)
		trace.go#L1725: 	traceEvent(traceEvUserTaskEnd, 2, id)
		trace.go#L1803: 	traceEvent(traceEvGoInSyscall, -1, gp.goid)